home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / spar372.zip / STANDARD.ADD < prev    next >
Text File  |  1993-01-11  |  1KB  |  41 lines

  1.  
  2.  
  3.  
  4.  
  5.     Addenda to the 1.0 SANA-II Network Driver Specification (23-Apr-92)
  6.     -------------------------------------------------------------------
  7.  
  8.     Nov 12, 1992 -
  9.       The structure for Sana2DeviceStats in standard.txt is incorrect.
  10.       The correct structure is:
  11.  
  12.     struct Sana2DeviceStats
  13.     {
  14.             ULONG PacketsReceived;          /* received count               */
  15.             ULONG PacketsSent;              /* transmitted count            */
  16.             ULONG BadData;                  /* bad packets received         */
  17.             ULONG Overruns;                 /* hardware miss count          */
  18.    -------> ULONG Unused;                   /* Unused field                 */
  19.             ULONG UnknownTypesReceived;     /* orphan count                 */
  20.             ULONG Reconfigurations;         /* network reconfigurations     */
  21.             struct timeval LastStart;       /* time of last online          */
  22.     };
  23.  
  24.     The 'Unused' field has been added to preserve the correct structure size.
  25.     This is reflected in the new sana2.h file.
  26.  
  27.     May 27, 1992 -
  28.  
  29.       The proper location for SANA-II network device drivers is in a
  30.       directory called "networks" which exists in the "DEVS:" directory.
  31.  
  32.       Example:
  33.  
  34.             devs:networks/a2065.device
  35.  
  36.       This is the official location for these drivers. It may be necessary
  37.       for your install programs/scripts to create this directory.
  38.  
  39.  
  40.  
  41.